home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Resistances / ProOne: Electronics: Resistances.iso / cdbackup / progfile.sfs / ELECT132.EXE / 0 / RCDATA / TABORTMSGFORM / TABORTMSGFORM.txt
Text File  |  1998-04-23  |  2KB  |  100 lines

  1. object AbortMsgForm: TAbortMsgForm
  2.   Left = 259
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'File Not Found...'
  7.   ClientHeight = 342
  8.   ClientWidth = 543
  9.   Color = clSilver
  10.   Font.Color = clBlack
  11.   Font.Height = -21
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = AbortMsgFormOnCreate
  18.   OnShow = FormShow
  19.   TextHeight = 24
  20.   object Bevel1: TBevel
  21.     Left = 12
  22.     Top = 8
  23.     Width = 519
  24.     Height = 287
  25.     Shape = bsFrame
  26.     Style = bsRaised
  27.   end
  28.   object Label1: TLabel
  29.     Left = 39
  30.     Top = 30
  31.     Width = 454
  32.     Height = 63
  33.     Caption = 
  34.       'The "Students" and "Progress" databases were not found.  This ca' +
  35.       'n happen if you move or delete any needed files after installing' +
  36.       ' the program.'
  37.     Font.Color = clBlack
  38.     Font.Height = -18
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     WordWrap = True
  43.   end
  44.   object Label2: TLabel
  45.     Left = 39
  46.     Top = 117
  47.     Width = 466
  48.     Height = 63
  49.     Caption = 
  50.       'The best (and safest) solution to this problem, is to reinstall ' +
  51.       'the program from the original CD-ROM disc.  Simply run "SETUP.EX' +
  52.       'E" from the CD.'
  53.     Font.Color = clBlack
  54.     Font.Height = -18
  55.     Font.Name = 'Arial'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.     WordWrap = True
  59.   end
  60.   object Label3: TLabel
  61.     Left = 39
  62.     Top = 205
  63.     Width = 448
  64.     Height = 21
  65.     Caption = 'The program will close when you click "OK" below.'
  66.     Font.Color = clBlack
  67.     Font.Height = -18
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.   end
  72.   object Label4: TLabel
  73.     Left = 36
  74.     Top = 249
  75.     Width = 471
  76.     Height = 24
  77.     Caption = 'Please reinstall the program before using it again.'
  78.     Font.Color = clRed
  79.     Font.Height = -20
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object Button1: TButton
  85.     Left = 227
  86.     Top = 302
  87.     Width = 89
  88.     Height = 32
  89.     Caption = 'OK'
  90.     Default = True
  91.     Font.Color = clBlack
  92.     Font.Height = -18
  93.     Font.Name = 'Arial'
  94.     Font.Style = [fsBold]
  95.     ModalResult = 3
  96.     ParentFont = False
  97.     TabOrder = 0
  98.   end
  99. end
  100.